projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17996b5
)
*** empty log message ***
author
Dan Nicolaescu
<dann@ics.uci.edu>
Sat, 31 May 2008 15:32:10 +0000
(15:32 +0000)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Sat, 31 May 2008 15:32:10 +0000
(15:32 +0000)
lisp/vc-cvs.el
patch
|
blob
|
history
diff --git
a/lisp/vc-cvs.el
b/lisp/vc-cvs.el
index 2747b2b234a3d7a88835195687d8f1c819d77677..dfec8b9541fcea991e071d43ba1ea756984c932c 100644
(file)
--- a/
lisp/vc-cvs.el
+++ b/
lisp/vc-cvs.el
@@
-876,7
+876,7
@@
state."
(push (list file status) result)))
(goto-char (point-max))
(widen))
-
(funcall update-function result))
+ (funcall update-function result))
;; Alternative implementation: use the "update" command instead of
;; the "status" command.
;; (let ((result nil)